home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / BETA / FREESMTP.ARC / !FreeSMTP / !Run < prev    next >
Text File  |  1997-09-13  |  2KB  |  47 lines

  1. |
  2. | !FreeSMTP.!Run
  3. |
  4. | Copyright (C) Stewart Brodie, 1996, 1997
  5. |
  6. Set SMTPServer$Dir <Obey$Dir>
  7. Setmacro SMTPServer$Path <SMTPServer$Dir>.,<Newsbase$Config>.in_smtpd.,Inetdbase:
  8. Set SMTPServer$Aliases <SMTPServer$Dir>.aliases
  9. Set SMTPServer$MailDir <SMTPServer$Dir>.MailDir
  10. Set SMTPServer$Slotsize$out_smtpd    64
  11. Set SMTPServer$Slotsize$in_smtpd    64
  12. Set Alias$SMTPServerTaskWindow %TaskWindow
  13. |
  14. | Set up extra variable to indicate location of homepage
  15. |
  16. Set SMTPServer$Homepage http://www.ecs.soton.ac.uk/~snb94r/freesmtp/
  17. |
  18. | SysLog
  19. |
  20. If "<SysLog$Dir>"="" then Error !SysLog application not seen by filer
  21. RMEnsure SysLog 0.17 Run <SysLog$Dir>.!Run
  22. RMEnsure SysLog 0.17 Error FreeSMTP needs SysLog 0.17 or later
  23. |
  24. | Create all the required directories
  25. |
  26. cdir <SMTPServer$MailDir>
  27. cdir <SMTPServer$MailDir>.spool
  28. cdir <SMTPServer$MailDir>.spool.fail
  29. cdir <SMTPServer$MailDir>.spool.mail
  30. cdir <SMTPServer$MailDir>.spool.mqueue
  31. cdir <SMTPServer$MailDir>.spool.mqueue.text
  32. cdir <SMTPServer$MailDir>.spool.mqueue.work
  33. cdir <SMTPServer$MailDir>.spool.mqueue.lock
  34. cdir <SMTPServer$MailDir>.spool.mail.lock
  35. cdir <SMTPServer$MailDir>.spool.mail.text
  36. cdir <SMTPServer$MailDir>.spool.fail.lock
  37. cdir <SMTPServer$MailDir>.spool.fail.text
  38. cdir <SMTPServer$MailDir>.data
  39. cdir <SMTPServer$MailDir>.data.held
  40. |
  41. | Detect usage of Freenet and disable the loopback interface search
  42. |
  43. Set SMTPServer$NoSearch yes
  44. RmEnsure FreeNet 0 Unset SMTPServer$NoSearch
  45. IconSprites <SMTPServer$Dir>.!Sprites
  46. wimpslot -min 128k -max 128k
  47. Run <SMTPServer$Dir>.!SMTPMon %*0